projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c323f5
)
seal public struct members.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:06 +0000
(10:59 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:06 +0000
(10:59 +0000)
* gtk/gtkcheckmenuitem.h: seal public struct members.
svn path=/trunk/; revision=20503
gtk/gtkcheckmenuitem.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcheckmenuitem.h
b/gtk/gtkcheckmenuitem.h
index e4ba3781b3922407aa172f1026fd3799f9d7357f..bb5509c5e041fb2592d684830d449b436c5c8dcd 100644
(file)
--- a/
gtk/gtkcheckmenuitem.h
+++ b/
gtk/gtkcheckmenuitem.h
@@
-53,10
+53,10
@@
struct _GtkCheckMenuItem
{
GtkMenuItem menu_item;
- guint
active : 1
;
- guint
always_show_toggle : 1
;
- guint
inconsistent : 1
;
- guint
draw_as_radio : 1
;
+ guint
GSEAL (active : 1)
;
+ guint
GSEAL (always_show_toggle : 1)
;
+ guint
GSEAL (inconsistent : 1)
;
+ guint
GSEAL (draw_as_radio : 1)
;
};
struct _GtkCheckMenuItemClass